home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / README < prev    next >
Text File  |  1995-07-12  |  2KB  |  54 lines

  1. Fresco is an object-oriented application programming interface (API)
  2. for development of window-based applications.  It draws many ideas
  3. from the InterViews toolkit that was developed at Stanford University
  4. in the late '80s and early '90s, but provides a single, simple object
  5. model that allows composition of both graphical objects (circle,
  6. polygon, etc.) and application objects (word processor, spreadsheet,
  7. etc.).  Fresco allows these application objects to be transparently
  8. distributed by using OMG CORBA to specify their interfaces, which is
  9. especially useful for application embedding.  Additionally, the Fresco
  10. API is screen resolution-independent, meaning objects can appear the
  11. same on different kinds of displays or when printed.
  12.  
  13. Fresco Mar94 is included in the X11R6 distribution available from the
  14. X Consortium. This version includes rudimentary structured graphics
  15. and the ability to use Fresco objects in an Xt/Motif widget. Fresco
  16. Nov94 and updated snapshots are available to the public via anonymous
  17. ftp from file://ftp.faslab.com/pub/Fresco. This version uses dynamic
  18. loading to access the various kits (widgets, figures, layout) and
  19. includes code to use native Win32 calls instead of Xlib on NT. For
  20. further information about Fresco including updated build instructions,
  21. please check the World Wide Web home page at http://www.faslab.com.
  22.  
  23. _______________________________________________________________________
  24.  
  25. To build Fresco for a given platform, see the README for your platform
  26. under the Fresco "build" directory.
  27. _______________________________________________________________________
  28.  
  29. For more information...
  30.  
  31. Read the Fresco World Wide Web home page,
  32.  
  33.     http://www.faslab.com/
  34.  
  35. check the Fresco USENET newsgroup (actually it was for discussion
  36. of InterViews, but it's being used for discussion of Fresco as
  37. well),
  38.  
  39.    news:comp.windows.interviews
  40.  
  41. and consider joining the Fresco mailing list, which the X
  42. Consortium has opened to the public.  This is the place for all
  43. questions, bug reports, flames, etc.  To join, send a message to
  44. requests@x.org containing the text:
  45.  
  46.    subscribe fresco ADDRESS  
  47.  
  48. where ADDRESS is optional and specifies the address you would like
  49. added to the mailing list.  ADDRESS defaults to your From:
  50. address.  Then send your posts to fresco@x.org.  Please do NOT
  51. use this address for administrative requests like subscribing and
  52. unsubscribing from the list, asking for help on how to use the
  53. list, etc.  Use requests@x.org instead.
  54.